negotiator.issue
Class ValueReal
java.lang.Object
negotiator.issue.Value
negotiator.issue.ValueReal
- All Implemented Interfaces:
- java.io.Serializable
public class ValueReal
- extends Value
- Author:
- Dmytro Tykhonov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValueReal
public ValueReal()
ValueReal
public ValueReal(double r)
getType
public ISSUETYPE getType()
- Overrides:
getType in class Value
- Returns:
- type of the issue.
getValue
public double getValue()
setValue
public void setValue(double value)
toString
public java.lang.String toString()
- Overrides:
toString in class Value
equals
public boolean equals(java.lang.Object pObject)
- Overrides:
equals in class java.lang.Object